/* ==========================
   VARIABLES
========================== */

body {
    margin: 0px;
}

:root{

    --color-white:#FFFFFF;
    --color-primary:#0078AE;

    --hero-height:530px;

    --container:1920px;

    --transition:.3s ease;

}

/* ==========================
   HERO
========================== */

.trip-hero{

    position:relative;

    width:100%;

    height:var(--hero-height);

    overflow:hidden;

    background-image:
    url("../assets/img/destino-la-molina/fondo-esqui.webp");

    background-position:center center;

    background-size:cover;

    background-repeat:no-repeat;
}

/* ligera capa superior */

.trip-hero__overlay{

    position:absolute;

    inset:0;

   
    pointer-events:none;
}

/* ==========================
   CONTENIDO
========================== */

.trip-hero__container{

    position:relative;

    height:100%;

    max-width:var(--container);

    margin:0 auto;
}

/* ==========================
   BOTÓN ATRÁS
========================== */

.trip-hero__back{

    position:absolute;

    left:92px;

    top:228px;

    width:30px;
    height:30px;

    border-radius:50%;

    background:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    color:var(--color-primary);

    text-decoration:none;

    box-shadow:
    0 4px 12px rgba(0,0,0,.12);

    transition:var(--transition);
}

.trip-hero__back div {
    width:30px;
    height:30px;
}

.trip-hero__back:hover{

    
    background:#B4EAFF;
    color: #003854;
}

.trip-hero__back img{

    width:32px;
    height:32px;
}

/* ==========================
   TEXTO
========================== */

.trip-hero__content{

    position:absolute;

    left:82px;

    bottom:28px;

    display:flex;
    flex-direction:column;
}

.trip-hero__label{

    color: #FFF;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    /* T3-REGULAR */
    font-family: Kufam;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.trip-hero__title{

    color: #FFF;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    /* T3-REGULAR */
    font-family: Kufam;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
 
}

@media (max-width:1024px){

    .trip-hero{

        height:420px;
    }

    .trip-hero__back{

        left:40px;
        top:180px;
    }
    .trip-hero__content{

        left:40px;
        bottom:25px;
    }

    .trip-hero__label{

        font-size:24px;
    }

    .trip-hero__title{

        font-size:48px;
    }

}

@media (max-width:768px){

    .trip-hero{

        height:260px;

        background-position:center;
    }

    .trip-hero__back{

        width:46px;
        height:46px;

        left:16px;
        top:110px;
    }

    .trip-hero__back svg{

        width:22px;
        height:22px;
    }

    .trip-hero__content{

        left:16px;
        bottom:16px;
    }

    .trip-hero__label{

        font-size:12px;

        margin-bottom:4px;
    }

    .trip-hero__title{

        font-size:22px;
    }

}




/*contenido..............................*/


:root{

    --color-primary:#22B8EA;
    --color-primary-dark:#005B87;

    --color-date:#FF6368;

    --color-text:#FFFFFF;
    --color-dark:#003A57;

    --radius:10px;

    --container:(1490px);

    --shadow:
    0 6px 30px rgba(0,0,0,.08);
}
.content-main{
    position: relative;
    padding: 24px 0 0px;
    background:  linear-gradient(0deg, #B4EAFF 0%, #007DAE 100%);

}
.trip-overview{

    position:relative;

    padding:24px 15px;


}

.trip-overview__container{

    width:min(100% - 50px, var(--container));

    margin-inline:auto;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.trip-overview__title{

       color: #FFF;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
        /* T1-50 */
        font-family: Kufam;
        font-size: 50px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
}

.trip-overview__title span{

    display:block;
}
.trip-overview__top{

    margin-top:20px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:20px;
}

.trip-overview__destination{

    color: var(--12, #EEEEF0);
    /* titular-secciones */
    font-family: var(--primaria, Kufam);
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 60px */
    text-transform: uppercase;
}

.trip-overview__cta{

    min-width:410px;

    height:60px;

    display:flex;

    align-items:center;
    justify-content:center;

    border-radius:var(--radius);

    background:var(--color-primary);

    color:var(--color-dark);

    text-decoration:none;

    font-size:2rem;

    font-weight:900;

    transition:.25s;
    color: var(--4, #003854);
    /* T3-BOLD */
    font-family: Kufam;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px; /* 92% */
    text-transform: uppercase;
}

.trip-overview__cta:hover{
    background:#B4EAFF;
    color: #003854;
}
.trip-overview__cards{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    font-family: Kufam;

    width: 100%;
    gap:20px;
}




.card{

    border-radius:var(--radius);

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    padding:20px;

    color:white;

    box-shadow:var(--shadow);
}
.card--price{
    width: 100%;
    background:var(--color-primary);
}

.card__label{
    vertical-align: top;
    text-align: left;
    font-size:1.2rem;
    font-weight:800;
    margin-bottom:10px;
}

.card__value{
    vertical-align: top;
    text-align: left;
    font-size:2rem;
    font-weight:800;
    margin-bottom:10px;

}
.card--dates{
    width: 100%;
    background:var(--color-date);
    font-size:1rem;
}

.card--payment{
    border-radius: 10px;
    display: flex;
    flex-direction:column ;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    background:#fff;

    padding:10px;

    
}

.payment-fragmented{
    line-height: 1;
    width: 95%;

    background:var(--color-primary-dark);

    border-radius:8px;

    color:white;

    padding: 10px;
}

.payment-fragmented h3{

    text-align:center;

    font-size:1.75rem;
}

.payment-fragmented ul{
    font-family: Kufam;
    font-size: 20px;
    list-style:none;
    margin-left: -30px;
}

.payment-fragmented li{

    display:flex;

    justify-content:space-between;

    margin-bottom:8px;
    
}

.payment-full{
    font-family: Kufam;
    font-size: 20px;
   
    margin-top:10px;

    width:100%;

    height:54px;

    background:var(--color-primary);

    border-radius:8px;

    display:flex;

    justify-content:center;
    align-items:center;

    gap:8px;

    color:white;

    font-weight:900;
}
.card--activities{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    background:#14B4E6;
}

.card--activities h3{

    font-size:2rem;

    margin-bottom:20px;
}

.card--activities ul{

    list-style:none;

    text-align:left;
    list-style-type: disc; 
}

.card--activities li{

    font-size:1.5rem;
    font-weight:500;
    margin-bottom:8px;
    text-decoration: dashed;
    text-transform: uppercase;
    line-height: 1;
}
@media (max-width:1200px){

    .trip-overview__top{

        flex-direction:column;
        align-items:flex-start;
    }

    .trip-overview__destination{

        font-size:4rem;
    }

    .trip-overview__cards{

        grid-template-columns:
        repeat(2,1fr);
    }

}
@media (max-width:768px){

    .trip-overview{

        padding:20px 0 40px;
    }

    .trip-overview__container{

        width:min(100% - 24px, 100%);
    }

    .trip-overview__title{

        font-size:2rem;
    }

    .trip-overview__top{

        margin-top:30px;
        gap:20px;
    }

    .trip-overview__destination{

        font-size:1.75rem;
    }

    .trip-overview__cta{

        min-width:100%;
        height:56px;

        font-size:1rem;
    }

    .trip-overview__cards{

        grid-template-columns:1fr;
    }

    .card{

        min-height:auto;
    }

    .card__value{

        font-size:3rem;
    }

}

/*GALERIA----------------------------------*/

.galeria{

    display:flex;
    flex-direction:column;

    height:920px;   /* igual que la columna de itinerario */
}

/* ==============================
   VISOR
============================== */

.gallery__viewer{

    position:relative;

    flex:1;

    min-height:0;

    overflow:hidden;

    border-radius:12px;

    background:#e5e5e5;
}
/* Slides */

.gallery-slide{

    position:absolute;

    inset:0;

    display:none;
}

.gallery-slide.active{

    display:block;
}

/* Imagen */

.gallery-slide img{

    width:100%;
    height:100%;

    object-fit:cover;

    display:block;
}

/* MAPA */

.gallery-slide iframe{

    width:100%;
    height:100%;

    border:0;

    display:block;
}




/*
.trip-detail{

    background:
    linear-gradient(
        180deg,
        #21B7E9 0%,
        #82CCE9 40%,
        #B6E5F7 100%
    );

    padding:40px 0 70px;

    width:100%;
}
    */

.trip-detail{
    width: 95%;

    display:grid;

    grid-template-columns:
        1fr
        1fr;

    gap:18px;

    max-width:1400px;

    margin:0 auto;
}
.destination-gallery{

    display:flex;
    flex-direction:column;
}

.gallery-main-image{

    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.gallery-arrow{

    position:absolute;
    top:50%;
    transform:translateY(-50%);

    width:60px;
    height:60px;

    display:flex;
    justify-content:center;
    align-items:center;
    border:none;
    border-radius:50%;
    background:#fff;

    cursor:pointer;

    z-index:100;
}

/*=====================================
FLECHAS GALERÍA
=====================================*/

.gallery-arrow{

    position:absolute;

    top:50%;
    transform:translateY(-50%);

    width:64px;
    height:64px;

    border:none;
    border-radius:50%;

    background:#ffffff;

    display:flex;
    justify-content:center;
    align-items:center;

    cursor:pointer;

    z-index:100;

    box-shadow:0 4px 14px rgba(0,0,0,.18);

    transition:.25s;
}

.gallery-arrow:hover{

    transform:translateY(-50%) scale(1.08);
}

/* IZQUIERDA */

.gallery-arrow.prev{

    left:22px;
    right:auto;
}

/* DERECHA */

.gallery-arrow.next{

    right:22px;
    left:auto;
}

.gallery-arrow img{

    width:64px;
    height:64px;

    object-fit:contain;
}

.gallery-tabs{
       display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    margin-top:-8px;
}
.gallery-tab{
    font-family: kufam;
    height:60px;

    border:none;
    border-radius:8px;

    color:#fff;

    font-size:22px;
    font-weight:700;

    cursor:pointer;

    transition:.25s ease;

    display:flex;
    justify-content:center;
    align-items:center;
}

.gallery-tab.active{

    text-decoration:underline;
    
}


.gallery-tab[data-gallery="estacion"]{

    background:#FF5C65;
}

.gallery-tab[data-gallery="estacion"]:hover{

    background:#B4EAFF;
    color: #003854;
}


.gallery-tab[data-gallery="hotel"]{

    background:#7A5AF8;
}
.gallery-tab[data-gallery="hotel"]:hover{

    background:#B4EAFF;
     color: #003854;
}


.gallery-tab[data-gallery="mapa"]{

    background:#19B8EA;
}
.gallery-tab[data-gallery="mapa"]:hover{

    background:#B4EAFF;
     color: #003854;
}

.trip-itinerary{


    display:flex;

    flex-direction:column;

    height:920px;

    background:#ececec;

    border-radius:12px;

    padding:28px;
}
.trip-itinerary__title{
    font-family: Kufam;
    font-size:44px;
    font-weight:500;

    color:#1BB8EA;

    margin-bottom:10px;
}
.trip-itinerary__tabs{
    font-family: Kufam;
    font-weight:200;
    display:flex;

    gap:12px;

    margin-bottom:20px;

    flex-wrap:wrap;
}
.day-tab{
    font-family: Kufam;
    font-weight:400;
    min-width:92px;
    height:50px;

    border:none;

    border-radius:8px;

    background:#005B87;

    color:#fff;

    font-size:22px;
    font-weight:800;

    cursor:pointer;
}
.day-tab:hover{
    background:#B4EAFF;
    color:#003854;

}

.day-tab.active{

    background:#00C3FF;
    color:#003854;
}
.trip-itinerary__content{
    color:#003854;
    font-family: kufam;
    flex:1;

    overflow-y:auto;

    background:#fff;

    border-radius:8px;

    padding:24px;

    min-height:0;
}
.trip-itinerary__content::-webkit-scrollbar{
    
    width:10px;
}
.trip-itinerary__content::-webkit-scrollbar-thumb{

    background:#1EBBF0;

    border-radius:20px;
}
.itinerary-program{

    color:#003A57;

    font-size:20px;

    line-height:1.65;
}

.itinerary-program p{

    margin-bottom:24px;
}

@media (max-width:1024px){

    .galeria,
    .itinerario{

        height:auto;
    }

    .gallery__viewer{

        height:560px;
        flex:none;
    }

}
@media (max-width:768px){

    .gallery__viewer{

        height:340px;
    }

    .itinerario{

        height:auto;
    }

    .itinerario__contenido{

        height:380px;
        flex:none;
    }

}


    /*==================================================
CONTACT CARD - MOBILE
==================================================*/

@media (max-width:768px){

    .contact-card{

        display:grid;

        flex-direction:row;
        grid-template-columns: 30px 4fr;
        text-align:left;

        padding:22px 18px;
    }

    .contact-card__icon{
        width: 30px;
        margin-bottom:18px;
    }

    .contact-card__icon img{
        width: 15%;
        width:72px;
    }

    .contact-card h3{
        font-size:12px;
    }

    .contact-card p{
        font-size:15px;
        line-height:1.5;
    }


    .contact-card-datos{

        width:100%;

        display:flex;

        justify-content:center;

        align-items:center;

        gap:10px;
    }

    .contact-card-datos img{

        width:18px;
    }

    .contact-card-datos a{

        font-size:15px;

        word-break:break-word;
    }

}



@media (max-width:1024px){

    .trip-detail{

        grid-template-columns:1fr;
    }



}
@media (max-width:768px){

    .trip-detail{

        padding:25px 16px 50px;
    }


    .trip-itinerary__title{

        font-size:28px;
    }

    .day-tab{

        min-width:68px;

        font-size:14px;

        height:40px;
    }

    .trip-itinerary__content{

        height:380px;
    }

    .gallery-tab{

        font-size:14px;

        height:42px;
    }

}
/* SERVICIOS COMIDA  CONTACTO ---------------------*/
:root{

    --bg-top:#c5edff;
    --bg-bottom:#b5e7fb;

    --white:#f5f5f5;

    --blue:#1ab9ea;
    --dark:#043553;

    --radius:8px;

    --shadow:
    0 2px 6px rgba(0,0,0,.08);

}

.trip-info{

    padding:40px 0 60px;

    

}

.container{

    width:min(1400px,95%);
    margin:auto;
    margin: auto;
}

.trip-info__grid{
    font-family: kufam;
    display:grid;
    grid-template-columns:
        repeat(3,1fr);

    gap:18px;
    
    margin-bottom:24px;
}


.info-card{
    gap: 20px;

    background:#f2f2f2;

    border-radius:8px;

    padding:20px;

    box-shadow:var(--shadow);
    color: #003854;
}

.info-com-cond{
    height: auto;
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.info-card h2{

    color:var(--blue);

    font-size:30px;

    margin-bottom:5px;

    font-weight:800;
}
.info-card h3{

    color:#1ab9ea;

    font-size:30px;

    margin-top:10px;
}
.info-card ul,
.info-card ol{

    padding-left:20px;

    line-height:1.5;
}

/*faq section---------------------*/
:root{

    --faq-bg:#F2F2F2;
    --faq-title:#18B9EA;
    --faq-text:#003A57;
    --faq-scroll:#18B9EA;
}

.faq-section{
    font-family: kufam;
    width: 100%;
}
.faq-card{

    background:var(--faq-bg);

    border-radius:12px;

    padding:20px;
}
.faq-title{
    font-family: kufam;
    color: var(--blue);
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 800;
}
.faq-scroll{

    height:350px;

    overflow-y:auto;

    padding-right:0px;
    padding-left:0px;
}
.faq-scroll::-webkit-scrollbar{

    width:10px;
}

.faq-scroll::-webkit-scrollbar-track{

    background:#d8d8d8;

    border-radius:20px;
}

.faq-scroll::-webkit-scrollbar-thumb{

    background:var(--faq-scroll);

    border-radius:20px;
}
.faq-item{
    padding: 5px;
    border:none;
    color: #003854;
    background-color: #B4EAFF;
    margin-bottom:5px;
    padding-left:5px;
    font-weight: 600;
}
.faq-item:hover{

    background-color: #00C3FF;
}
.faq-item summary{

    /* mobil-regular */

    list-style:none;

    display:flex;

    align-items:flex-start;

    gap:18px;

    cursor:pointer;

    color:var(--faq-text);

    font-size:15px;

    line-height:15px;
   padding: 6px 0px;
    font-weight:500;
}
.faq-item summary::-webkit-details-marker{
    align-items: center;
    padding-left:5px;
    display:none;
}
.faq-item summary::before{
    font-size: 25px;
    align-items: center;
    content:"+";
  
    width:20px;
    height:100%;

    position:relative;

    overflow:hidden;
    
    background-size:cover;

    background-repeat:no-repeat;

}


.faq-item[open] summary::before{

    background-color: #00C3FF;
    content:"-";
    
}
.faq-content{
   
    color: #14B4E6;

    margin-left:10px;

    margin-top:5px;

    color:var(--faq-text);

    font-size:16px;
    font-weight: 400;

    line-height:1.7;
}
@media (max-width:768px){

    .faq-card{

        padding:18px;
    }

    .faq-title{

        font-size:28px;
    }

    .faq-scroll{

        height:520px;
    }

    .faq-item summary{

        font-size:16px;

        gap:12px;
    }

    .faq-item summary::before{

        width:28px;
        height:28px;

        font-size:18px;
    }

    .faq-content{
        color: var(--12, #B4EAFF);
        margin-left:40px;

        font-size:14px;
    }

}



.contact-card{
    color: var(--12, #B4EAFF);
    font-family: Kufam;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    background:#062f49;

    color:#B4EAFF;

    border-radius:8px;

    padding:40px;

    display:flex;

    flex-direction:column;
    .grupo-superior, .grupo-inferior{
         display:flex;
        flex-direction:column;
    }
    .grupo-inferior{
        gap: 8px;
    }
    .grupo-superior{
        


        .sub-grupo {
            flex-direction: column;
            gap: 5px;
            p{
                text-align: center;
            }
        }
    }

}

.contact-card__icon{

    text-align:center;

    margin-bottom:25px;
}

.contact-card__icon img{

    max-width:170px;
    height:auto;
}
.contact-card h3{
    font-weight: 600;
    font-size:38px;
    color:#B4EAFF;
    text-align: center;
}
.contact-card hr{
    border:none;
    border-top:2px solid #B4EAFF;
}
.contact-card a{
    display: flex;
    color:#B4EAFF;
    text-decoration:none;
    font-size:22px;
}
.contact-card-datos{
    display: flex;
    align-items: center;
    gap: 8px;
}
.contact-card-datos img{
    width: 25px;
}


.btn-primary{
    font-family: Kufam;
    width:100%;

    height:58px;

    border:none;

    border-radius:6px;

    background:var(--blue);

    color: #fff;

    font-size:22px;

    font-weight:700;

    cursor:pointer;
}
.btn-primary:hover {
    background:#B4EAFF;
    color: #003854;
}
.btn-condiciones{
    padding: 10px;
    display: flex;
    align-items: center;

    text-transform:lowercase;
    font-family: Kufam;
    width:100%;
    height:58px;
    line-height: 20px; /* 133.333% */
    gap:10px;
    border:none;
    border-radius:6px;
    background:#003854;
    color: #fff;
    font-size:15px;
    font-weight:500;
    cursor:pointer;
}
.btn-condiciones img{
    width: 25px;
    height: auto;
}
.btn-condiciones:hover{
   background:#0078AE;
   color: #fff;
}


.payment-icons{

    display:flex;

    gap:12px;

    flex-wrap:wrap;

    margin-top:20px;
}

.payment-icons img{

    height:32px;
}
.equipment-card{
    font-family: Kufam;

    background:#efefef;

    border-radius:8px;

    padding:26px;
    color: #003854;
    

}
.equipment-card h2{

    color:var(--blue);

    font-size:34px;

    margin-bottom:24px;
}
.equipment-list{

    display:flex;

    flex-direction:column;

    gap:14px;

    list-style:none;

    padding:0;
    
}
.equipment-list li{

    
    background:white;

    border-radius:6px;

    padding:18px 22px;
}
@media (max-width:1024px){

    .trip-info__grid{

        grid-template-columns:
        1fr
        1fr;
    }

   

}
@media (max-width:768px){

    .trip-info{

        padding:20px 0 40px;
    }

    .trip-info__grid{

        grid-template-columns:1fr;
    }

    .info-card h2{

        font-size:22px;
    }
}
    /*==================================================
CONTACT CARD - TABLET
==================================================*/

@media (max-width:1024px){

    .contact-card{
        flex-direction: row;
        padding: 18px 8px;
        gap: 11px;
        hr {
            display:none;
        }            
        .grupo-superior{
            flex-direction: row;
            padding-right: 5px;
            gap: 5px;
            max-width: 40%;
            align-items: center;
            border-right: solid 1px #00C3FF;
        }
        .grupo-inferior{
        flex-direction: column;
        justify-content: space-evenly;
 
        }

        .contact-card__icon{
            width: auto;
            margin:0;
        }
        .contact-card__icon img{
            min-width: 30px;
            max-width: 40px;
            height: auto;
        }

        .contact-card-datos a{
            font-size:15px;
        }
        p{
            margin:0;
            font-size:15px;
            line-height:1.2;
        }      
        h3{

        margin:0px;
        font-size:22px;
        line-height:30px;
        text-align: center;
        }          
    

        .contact-card-datos{

            display:flex;
            justify-content: flex-start;
            gap:12px;
            }

    .contact-card-datos img{

        width:22px;

        margin:0;
    }

}

    .equipment-card h2{

        font-size:24px;
    }

    .btn-primary{

        font-size:16px;
    }

}


/* =========================================
TABLET
========================================= */

@media (max-width:1024px){

    .hero-propuesta{

        height:540px;
    }

    .navbar__container{

        display:flex;

        justify-content:space-between;
    }

    .navbar__link{

        display:none;
    }

    .navbar__toggle{

        display:block;
    }

    .hero-propuesta__text span{

        font-size:48px;
    }

}

/* =========================================
MOBILE
========================================= */

@media (max-width:768px){

    .hero-propuesta{

        height:420px;
    }

    .navbar__container{

        padding:18px 20px;
    }

    .navbar__logo img{

        width:90px;
    }

    .hero-propuesta__content{

        left:24px;
        bottom:32px;
    }

    .hero-propuesta__back{

        width:52px;
        height:52px;
    }

    .hero-propuesta__back img{

        width:24px;
    }

    .hero-propuesta__text span{

        font-size:34px;
    }

}


